ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / IItemsSource<T> Interface / OnClientError Property

In This Topic
    OnClientError Property
    In This Topic
    Occurs when there are errors from the server side.
    Syntax
    'Declaration
     
    Property OnClientError As String
    string OnClientError {get; set;}
    See Also